php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#315378 - 08/23/07 03:47 AM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Regarding groups, I am hoping that at some point we can also restrict adds to a non-paying group smile

Or have three levels of ads.

1) Guests get all the standard ads and also an extra one or three in a thread

2) Members get standard ads and perhaps just one in a thread

3) Contributing members get no adverts.

I think this would encourage more people to contribute towards the running of a site.
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#315381 - 08/23/07 08:46 AM Re: [7.2.1] - Group feature permission matrix [Re: Ian_W]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
well, with multiple groups, you can have N-levels actually with this scheme in place..

so i wouldn't see that as a problem.
_________________________

Top
#315382 - 08/23/07 12:50 PM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I think with the content island displaying the ad it would be simple enough to do an if/then for group membership at the top to show/hide the content island smile
_________________________
- Allen wavey
- What Drives You?

Top
#315383 - 08/23/07 02:50 PM Re: [7.2.1] - Group feature permission matrix [Re: AllenAyres]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
agreed allen.

with the hard part really being the admin interface as well as the cached db interface.. the checks in the code are very simple..

example to check for if a user has PM capability from the permission matrix they would do:

Php Code:

if ($userob->group_features['pm']) {
   echo 'yeppers, this dude has pm rights';
} else {
   echo 'neener neener.. no can do';
}
 


the only difference between checking for other group features is just a simple matter of replacing 'pm' with 'avatar' or 'search' or.......

you get the idea smile
_________________________

Top
#315455 - 08/27/07 10:27 PM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
Well done, SD! I like this mod. smile So would it be possible to add something like, "Member is in private moderation"? That would be cool. I also like your "rule the world" idea. laugh

Top
#315456 - 08/27/07 10:56 PM Re: [7.2.1] - Group feature permission matrix [Re: Rose]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
although this mod might be 'great', i'd not suggest using it if you intend to go to 7.3.

this was only a temporary one for a customer who couldn't wait.

7.3 should have this kinda functionality and more a part of STOCK.

it was a kind of quickie brain dump on a friday afternoon/evening kinda thing..

just 2c
_________________________

Top
#315464 - 08/28/07 09:40 PM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
I like it a lot - I wonder how close it would be to the stuff in 7.3?
_________________________
- Allen wavey
- What Drives You?

Top
#315465 - 08/28/07 10:07 PM Re: [7.2.1] - Group feature permission matrix [Re: AllenAyres]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
i'd expect 7.3 to be more expansive, from what i have gleaned..
_________________________

Top
#315469 - 08/29/07 12:53 AM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
yeh, I think Rick wants to appease all of us permission monkeys so we stop whining about global moderators and payment methodized groups...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#315470 - 08/29/07 02:05 AM Re: [7.2.1] - Group feature permission matrix [Re: Gizmo]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
..er i'm not whining about it... so this 'we' thing... must be other peeps.. wink
_________________________

Top
#315473 - 08/29/07 03:05 AM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Hey, I stopped whining some time ago; you know, when he mentioned he was planning to work on the permission system wink... lol
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#315475 - 08/29/07 06:33 AM Re: [7.2.1] - Group feature permission matrix [Re: Gizmo]
sirdude Offline
Enthusiast

Registered: 11/08/03
Posts: 490
Loc: SoCal
no, you don't whine giz... i'd more liken it (in a nice way of course) to the little dog at the party who keeps following you around and trying to hump your leg laugh
_________________________

Top
#315477 - 08/29/07 07:05 AM Re: [7.2.1] - Group feature permission matrix [Re: sirdude]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
What a coincidence, that is me at a party... Though I end up on more leg's than what you'd think... wink...

You should see me at the clubs with a few (8) drinks in me :X
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
Page 2 of 2 < 1 2



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks